home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / 1pass101.arc / ONEPASS.DOC < prev    next >
Text File  |  1990-12-26  |  9KB  |  249 lines

  1.                                                           ISBN 1-878830-03-1
  2.  
  3.    ▓▓▓▓▓                  ░░░░░░
  4.   ▓▓   ▓▓                  ░░  ░░
  5.   ▓▓   ▓▓ ▓▓▓▓▓▓   ▓▓▓▓▓   ░░  ░░  ░░░░░   ░░░░░   ░░░░░    
  6.   ▓▓   ▓▓ ▓▓   ▓▓ ▓▓   ▓▓  ░░░░░       ░░ ░░      ░░        The Single-Pass
  7.   ▓▓   ▓▓ ▓▓   ▓▓ ▓▓▓▓▓▓▓  ░░      ░░░░░░  ░░░░░   ░░░░░    Diskette Copier
  8.   ▓▓   ▓▓ ▓▓   ▓▓ ▓▓       ░░     ░░   ░░      ░░      ░░        v1.01
  9.    ▓▓▓▓▓  ▓▓   ▓▓  ▓▓▓▓▓  ░░░░     ░░░░░░  ░░░░░   ░░░░░
  10.  
  11.  
  12.                  copyright 1990, Mike Gaskill & Dave Williams
  13.  
  14.  
  15.  OnePass is a replacement for DOS' "diskcopy" command.  Unlike diskcopy, 
  16. OnePass is not limited to available memory and does not require you to
  17. swap disks.
  18.  
  19.  Features of OnePass are:
  20.  
  21.      ■  Single-pass copying of any standard floppy disk, including 720k,
  22.         1.2Mb, 1.44Mb, and the new 2.88Mb diskettes.
  23.  
  24.      ■  Make multiple copies of the same disk without rereading original.
  25.  
  26.      ■  Save the swap file, archive it, or transfer it over the modem, then
  27.         build an exact copy of the original diskette.
  28.  
  29.      ■  Can swap to hard disk or RAMdisk.
  30.  
  31.      ■  Tested for compatibility under PC-DOS and MS-DOS versions 2.0
  32.         through 5.0, PC-MOS/386 versions 3.2 through 4.12, Digital Research
  33.         DR-DOS 3.40 through 5.01, and JP Software's 4DOS.
  34.  
  35.  Besides making quick diskcopies without playing the floppy shuffle, OnePass 
  36. is also useful for duplicating software disks.  Diskettes created by OnePass
  37. are identical to the original - boot disks actually boot, etc.
  38.  
  39.  
  40. Requirements:
  41.  
  42.  OnePass needs 64k of memory, one floppy drive, and a swap drive with enough
  43. space for the swap file plus 2k for additional information stored by OnePass.
  44.  
  45.  
  46. How OnePass works:
  47.  
  48.  OnePass reads the source diskette at a low level, then builds an exact image 
  49. on the swap drive.  You may save the file or write it back to diskette 
  50. immediately.
  51.  
  52.  PAGE 2    ===========================ONEPASS.DOC===========================
  53.  
  54. Syntax:
  55.         onepass d: [/options]
  56.  
  57. where:  d:         drive to be copied. A or B.
  58.  
  59. options:
  60.        /[d:]       swap drive. This can be any valid DOS drive letter.
  61.                    colon is optional.
  62.  
  63.        /type       force drive to 360, 720, 1.2, or 1.44
  64.                    example: onepass A:/720      (force 720KB disk ID)
  65.                    You won't need this unless your machine's BIOS doesn't
  66.                    properly support drives over 360K.  Valid switches are
  67.                    /360, /720, /1.2, and /1.44.
  68.  
  69.        /!:outfile  use this name for OUTPUT file. Any valid DOS pathname.
  70.  
  71.        /#:infile   use this name for INPUT file. Any valid DOS pathname.
  72.  
  73.        /&          quiet mode, turns off completion tone
  74.  
  75.        /?          help screen
  76.  
  77. note:  to allow use of all 26 drive letters for swapping, OnePass uses !, #,
  78.        and & to enable other command line parameters
  79.  
  80.  
  81. Running OnePass:
  82.  
  83.  Here are some examples of OnePass at work:
  84.  
  85.  
  86. ONEPASS  A:
  87.         
  88.        copy drive          swap drive     ║  copy A: drive using defaults
  89.        ┌─────────┐         ┌─────────┐    ║
  90.        ╞═══███═══╡   ──>   │hard disk│    ║
  91.        └─────────┘         └─────────┘    ║
  92.         A: 1.44Mb         C: hard disk    ║
  93.  
  94.  
  95. ONEPASS  A:  /E:
  96.  
  97.        copy drive          swap drive     ║  copy A: drive using hard drive E:
  98.        ┌─────────┐         ┌─────────┐    ║  for swapping
  99.        ╞═══███═══╡   ──>   │hard disk│    ║
  100.        └─────────┘         └─────────┘    ║
  101.         A: 1.44Mb         E: hard disk    ║
  102.  
  103.  
  104. ONEPASS  A:    /720
  105.                                 
  106.        copy drive          swap drive      ║  forces OnePass to treat A: drive
  107.        ┌─────────┐         ┌─────────┐     ║  as a 720k device. Some clone BIOS
  108.        ╞═══███═══╡   ──>   │hard disk│     ║  have trouble with diskette sizes
  109.        └─────────┘         └─────────┘     ║  larger than 360k. Use only if
  110.         A: 1.2Mb          C: hard disk     ║  needed.
  111.  
  112.  PAGE 3    ===========================ONEPASS.DOC===========================
  113.  
  114. ONEPASS  B:  /Q:
  115.  
  116.        copy drive          swap drive      ║  copy B: using network drive Q:
  117.        ┌─────────┐         ╔═════════╗     ║  for swapping
  118.        ╞═══███═══╡   ──>   ║ network ║     ║
  119.        └─────────┘         ╚═════════╝     ║
  120.         B: 1.2Mb         Q: network drive  ║
  121.  
  122.  
  123. ONEPASS  A: /B:
  124.  
  125.        copy drive          swap drive      ║  copy 1.2 floppy using 1.44 floppy
  126.        ┌─────────┐         ┌─────────┐     ║  for swapping
  127.        ╞═══███═══╡   ──>   ╞═══███═══╡     ║
  128.        └─────────┘         └─────────┘     ║
  129.         A: 1.2Mb            B: 1.44Mb      ║
  130.  
  131.  
  132. ONEPASS  A: /F:
  133.  
  134.        copy drive          swap drive      ║  copy 1.2 floppy using RAMdisk
  135.        ┌─────────┐         ╔═════════╗     ║  for swapping
  136.        ╞═══███═══╡   ──>   ║ RAMdisk ║     ║
  137.        └─────────┘         ╚═════════╝     ║
  138.           720k             F: RAMdisk      ║
  139.  
  140.  
  141. ONEPASS  A:   /!:D:\PROGS\DISK.1
  142.  
  143.        copy drive          swap drive      ║  copy A: drive, save swap file as
  144.        ┌─────────┐         ┌─────────┐     ║  DISK.1 in D:\PROGS
  145.        ╞═══███═══╡   ──>   │hard disk│     ║
  146.        └─────────┘         └─────────┘     ║
  147.         A: 1.44Mb         D: hard disk     ║
  148.  
  149.  
  150. ONEPASS  B:   /#:C:\DISK.1
  151.  
  152.        copy drive          swap drive      ║  copy A: drive, use existing swap
  153.        ┌─────────┐         ┌─────────┐     ║  file DISK.1 in default directory
  154.        ╞═══███═══╡   ──>   │hard disk│     ║  of C:
  155.        └─────────┘         └─────────┘     ║
  156.         B: 1.2Mb          C: hard disk     ║
  157.  
  158.  
  159.  PAGE 4    ===========================ONEPASS.DOC===========================
  160.  
  161.  
  162. Registering OnePass:
  163.  
  164.                              What's in it for me?
  165.  
  166.         If you use OnePass regularly, we'd like you to register. Now,
  167.         we're realistic people and realize some people take a while to
  168.         get a "round tuit", so we'll sweeten the deal a bit.
  169.  
  170.         Send in our puny $10 fee, and you'll get:
  171.  
  172.         1) The very latest revision of 1PASS.EXE on 5¼ or 3½ media.
  173.  
  174.         2) /S toggle to turn off "another?" prompt.
  175.  
  176.         3) Security erase of OnePass swap files.
  177.  
  178.         4) Support for the new 2.88Mb floppy disks.
  179.  
  180.         5) Access to the OnePass support BBS.
  181.  
  182.         6) Our handy upgrade policy - just send a stamped, self addressed
  183.            mailer and disk and we'll return the latest version of OnePass
  184.            for no extra charge.
  185.  
  186.         7) A "brand" program that lets you embed your name in your registered
  187.            copy of OnePass if you wish.
  188.  
  189.         8) Printed manual.
  190.  
  191.  
  192.  
  193.   To make life easier, we've included a handy instant mailer - just print,
  194. fold, and stamp.  For business users, we've also included an invoice you
  195. can print and send to your accounting department. Such a deal!
  196.  
  197.  
  198.  
  199.         OnePass is coded in 100% assembly language by Michael Gaskill.
  200.                Specification and documentation by Dave Williams.
  201.  
  202.  
  203.         Special or corporate branded versions available at extra cost.
  204.               Enquire for business or government site licensing.
  205.  
  206.  
  207. PAGE 5    ===========================ONEPASS.DOC===========================
  208.    
  209. About Shareware:
  210.    
  211.    Shareware (also known as user supported software and other names) is a
  212.    concept not understood by everyone.  The authors of Shareware retain all
  213.    rights to the software under the copyright laws while still allowing
  214.    free distribution.  This gives the user the chance to freely obtain and
  215.    try out software to see if it fits his needs.  Shareware should not be
  216.    confused with Public Domain software even though they are often obtained
  217.    from the same sources.
  218.    
  219.    If you continue to use Shareware after trying it out, you are expected
  220.    to register your copy with the author and pay a fee. In exchange you get
  221.    the latest version, updates, and support.
  222.    
  223.  
  224.                          Thank you for your support!
  225.  
  226.  
  227.    Use the information in INVOICE.ONE or MAILER, or send your check or money 
  228. order (US funds) to:
  229.  
  230.  
  231.                 Mike Gaskill
  232.                 1310 Smithwick   (ONEPASS)
  233.                 Jacksonville AR 72076-0181 USA
  234.  
  235.  
  236.   If you have questions or comments, address them to Mike at the above 
  237. address, or Dave at the following E-mail points:
  238.  
  239.         Dave Williams (sysop), The Courts of Chaos BBS, (501)982-0059
  240.         BIX:  BIXmail to 'dave2'
  241.         Compuserve: Dave Williams, 72571,3542
  242.         RelayNet: r/o in COMMON, ->CHAOS
  243.  
  244.  
  245. History:
  246.  
  247. 12/22/90  v1.0   original release
  248. 12/26/90  v1.01  changed help screen, updated documentation
  249.